UCF STIG Viewer Logo
Changes are coming to https://stigviewer.com. Take our survey to help us understand your usage and how we can better serve you in the future.
Take Survey

The /etc/security/audit_user file must be owned by root.


Overview

Finding ID Version Rule ID IA Controls Severity
V-4352 GEN000000-SOL00060 SV-4352r2_rule ECLP-1 Medium
Description
The /etc/security/audit_user is a sensitive file and must be owned by root to prevent possible system compromise.
STIG Date
SOLARIS 9 SPARC SECURITY TECHNICAL IMPLEMENTATION GUIDE 2015-10-01

Details

Check Text ( C-8282r2_chk )
Check /etc/security/audit_user ownership.

# ls -lL /etc/security/audit_user

If /etc/security/audit_user is not owned by root, this is a finding.
Fix Text (F-4263r2_fix)
Change the owner of the /etc/security/audit_user file to root.
# chown root /etc/security/audit_user